home *** CD-ROM | disk | FTP | other *** search
/ SuperHack / SuperHack CD.bin / CODING / GRAPHICS / PATT-SRC.ZIP / PATTERN.DOC < prev    next >
Encoding:
Text File  |  1994-09-04  |  606 b   |  21 lines

  1.     
  2.     Hi there,
  3.     
  4.     the original pattern idea is from Bjarke Viksoe. But that was
  5.     a pascal source, so I had to translate it in asm, and found
  6.     some speedups.
  7.     
  8.     The most important one is the SETZPAL, the original code used
  9.     the standard 'mov ax,1010h - int 10h' method. This took ages, so
  10.     I used the 'out dx,al' method. Bjarke didn't knew the 'stosb'
  11.     mnemonic and he used 'mov es:[si],al', after a little modification
  12.     there was 'mov es:[di],al' and later 'stosb'.
  13.     
  14.     But it's his idea so he get the credits (partly).
  15.     
  16.     Feel free to use/modify/delete this demo...
  17.     
  18.     GreetZ ExEd!
  19.     
  20.     
  21.